header {
    width: 100%;
    height: auto;
    margin: auto;
}

.head-hj04_row {
    position: relative;
    width: 100%;
}

.head__left-widgets .first {
    margin-right: 10px;
}

.head__left-widgets .last {
    margin-right: 0;
}

.head_langauge {
    position: relative;
    cursor: pointer;
    z-index: 100;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    background: #f7f7f7;
    padding: 0 12px;
}

.head_langauge > span img {
    margin-right: 5px;
}

.head_langauge i {
    color: #666666;
    margin-right: 5px;
}

.head_langauge #lang_ul {
    position: absolute;
    top: 80px;
    left: 0;
    display: none;
    background: #fff;
    padding: 5px 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    width: auto;
    z-index: 2
}

.head_langauge #lang_ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}

.head_langauge:hover #lang_ul {
    display: block;
}

.head_mail {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
}
.head__bar__box {
    width: 100%;
    margin: auto;
    background: #fff;
}

.head__bar {
    width: 100%;
}

.head__bar__branding {
    min-height: 80px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between
}

.head__bar__branding-logo {
    width: auto
}

.head__bar__text {
    max-width: 50%;
    height: 80px;
    justify-content: flex-end;
}

.head__bar__branding-logo img {
    max-width: 100%
}

.head__bar__text span.head__bar__texttitle {
    font-size: 17px;
    line-height: 17px;
    color: #ffb536;
    font-weight: bold;
}

.head__bar__text span.head__bar__textmain a {
    font-size: 24px;
    line-height: 32px;
    color: #666;
    text-decoration: none;

}

.head__bar__text span:last-child a:hover {
    text-decoration: underline;
}

.head__bar__navigation {
    width: 100%;
    border-top: 1px solid rgba(51, 51, 51, .12);
    background: #fff;
}

.head__bar__box--mobile {
    background: #fff;
}

.head_menu_navbar {
    width: 50%;
    margin: auto;
}

.hj_navbar_nav {
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.hj_navbar_nav > li {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.hj_navbar_nav > li > a > i {
    font-size: 16px;
    line-height: 21px;
}

.hj_navbar_nav > li > a {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: stretch;
    margin: 17px 0 15px 0;
    padding: 4px 0 4px 0;
    justify-content: center;
}

.hj_navbar_nav > li > a > h2 {
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
    color: #333;
    text-align: center;
    margin-left: 10px;
    position: relative;
}

.hj_navbar_nav > li > a > h2:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, .1);
    content: '';
    opacity: 0;
}

.hj_navbar_nav > li:hover > a > h2:before {
    transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.hj_navbar_nav > li > ul {
    position: absolute;
    top: 80px;
    left: 0;
    width: auto;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.hj_navbar_nav > li > ul > li {
    padding: 10px 0;
}

.hj_navbar_nav > li > ul > li > a {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    text-decoration: none;
}

.hj_navbar_nav > li > ul > li > a > img {
    display: none;
}

.hj_navbar_nav > li > ul > li > a h3 {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.hj_navbar_nav > li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}

.hj_navbar_nav > li.nav-more > a > h2:after {
    content: '\f107';
    display: table;
    font-family: 'FontAwesome';
    font-size: 16px;
    right: -17px;
    top: 0;
    position: absolute;
}

.head_search {
    padding-left: 30px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}

.head_search a {
    align-items: center;
    color: #666;
    font-size: 20px;
    line-height: 32px;
}

.head_search a span {
    margin-left: 5px;
}

.head_search a:hover i, .head_search a:hover span {
    opacity: 0.7
}

.head_search a i {
    position: relative;
    top: -2px;
}

.head_search .head_search_wrap {
    width: 200px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 10px);
    z-index: 96;
    padding: 10px;
    background: #fff;
    right: -10px;
    -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, .2));
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, .2));
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.head_search .head_search_wrap:before {
    position: absolute;
    top: -7px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #fff;
    content: '';
}

.head_search .head_search_wrap.active {
    opacity: 1;
    visibility: visible;
}

.head_search .head_search_wrap li {
    list-style-type: none;
    float: left;
}

.head_search .head_search_wrap li input, .head_search .head_search_wrap li button {
    width: 100%;
    border: none;
    outline: none;
    height: 34px;
    line-height: 34px;
    background: #f4f4f4;
}

.head_search .head_search_wrap li input {
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.head_search .head_search_wrap li.search_first {
    width: 80%
}

.head_search .head_search_wrap li.search_second {
    width: 20%
}

/*mobile serach*/
.mobile_searchbutton {
    float: right;
    margin-right: 20px;
    width: 30px;
}

.mobile_searchbutton img {
    width: 100%
}

.mobile_search_content {
    width: 100%;
    margin: auto;
    height: 0;
    overflow: hidden;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}

.mobile_search_content.active {
    height: 60px;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}

.mobile_search {
    padding: 10px 15px;
    margin: auto;
    background: #6c6c6c
}

.mobile_search .mobile_search_box form {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between
}

.mobile_search_input {
    width: calc(100% - 35px);display: flex;display: -webkit-flex;
}

.mobile_search_input input {
    width: 100%;
    padding-left: 10px;
    border: none;
    background: #808080;
    height: 40px;
    color: #fff;
}
.mobile_search_input button{border: none;outline: none;background: #808080;color: #fff;padding: 0 3vw;}
.mobile_search_close {
    width: 25px;
    height: 25px;
}

.mobile_search_close img {
    width: 100%;
}

/*mobile serach*/
.mobile_languagebutton {
    width: calc(100% - 80px);
    position: relative;
}

.mobile_languagebutton img {
    width: 25px;
    height: 25px;
}

.mobile_languagebutton span {
    font-size: 14px;
    color: #666666;
    position: relative;
}

.mobile_languagebutton span:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #666 transparent transparent transparent;
    position: absolute;
    right: -15px;
    top: 6px;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.mobile_languagebutton.active span:after {
    border-color: transparent transparent #666 transparent;
    top: 1px;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.mobile_languagebutton span {
    margin-left: 5px;
}

.mobile_languagelist {
    margin-left: -15px;
    margin-right: -15px;
}

.mobile_languagelist ul {
    width: 100%;
    background: #f5f5f5;
    padding: 0px 23px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 0;
    overflow-y: auto;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.mobile_languagelist.active {
    padding-bottom: 10px;
    background: #f5f5f5;
}

.mobile_languagelist.active ul {
    height: 200px;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.mobile_languagelist ul li {
    padding: 5px 24px;
    position: relative;
}

.mobile_languagelist #lang_ul_mobile li a {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}



/*mobile*/

.mobile-navigation {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.mobile-navigation .dt-mobile-menu-icon {
    background-color: #ffb536;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}

.mobile-navigation .dt-mobile-menu-icon span {
    display: inline-block;
    width: 16px;
    height: 2px;
    position: relative;
    background: #fff;
}

.mobile-navigation .dt-mobile-menu-icon span:before, .mobile-navigation .dt-mobile-menu-icon span:after {
    position: absolute;
    left: 0;
    content: '';
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #fff;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.mobile-navigation .dt-mobile-menu-icon span:before {
    top: 7px;
}

.mobile-navigation .dt-mobile-menu-icon span:after {
    top: -7px;
}

.mobile-sticky-header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(17, 17, 17, .5);
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 9601;
}

.mobile-sticky-header-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 9601;
}

.mobile-menu-Sidebar {
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 100%;
    max-width: 100%;
    z-index: 9602;
    box-sizing: border-box;
    -ms-transition: -ms-transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: all .5s ease;
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(0100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    width: 300px;
    right: 0;

}

.mobile-sticky-header-overlay.active .mobile-menu-Sidebar {
    right: 300px;
    -ms-transition: -ms-transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: right .5s ease;
}

.mobile-header-scrollbar-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 15px;
}

.mobile-menutop {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.mobile-menutop .mobile-menutop-box {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

.mobile-menu-Sidebar-close {
    float: right
}

.mobile-menu-Sidebar-close span {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    background: #ffb536;
}

.mobile-menu-Sidebar-close span:before, .mobile-menu-Sidebar-close span:after {
    display: inline-block;
    height: 2px;
    background: #fff;
    position: absolute;
    content: '';
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -11px;
    width: 22px;
    -webkit-transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
}

.mobile-menu-Sidebar-close span:before {
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-menu-Sidebar-close span:after {
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.mobile-header-scrollbar-wrap > ul {
    width: 100%;
}

.mobile-header-scrollbar-wrap > ul > li {
    border-top: solid 1px rgba(31, 54, 92, .08);
    position: relative;
}

.mobile-header-scrollbar-wrap > ul > li:first-child {
    border-top: none;
}

.mobile-header-scrollbar-wrap > ul > li > a {
    padding: 16.5px 30px 16.5px 0;
    display: flex;
    justify-items: flex-start;
}

.mobile-header-scrollbar-wrap > ul > li > a > i {
    margin-right: 10px;
    font-size: 17px;
    line-height: 21px;
    color: #333;
}

.mobile-header-scrollbar-wrap > ul > li > a > h2 {
    font-size: 17px;
    line-height: 25px;
    color: #333;
    font-weight: bold;
}

.next-level-button {
    position: absolute;
    right: 0px;
    top: 18px;
    width: 30px;
    text-align: center;
    opacity: 0.3;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.next-level-button img {
    width: 25px;
    height: 25px;
}

.next-level-button.active {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.hj_navbar_nav_dropdown-menu {
    min-width: 100%;
    background: #f7f7f7;
    box-sizing: border-box;
}

.dropdown-menu_left {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 12%;
    width: 30%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
}

.dropdown-menu_left > div {
    font-size: 24px;
    line-height: 54px;
    color: #333333;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.dropdown-menu_left ul li {
    width: 50%;
    border-top: 1px solid #d4d4d4;
}
@media (min-width: 1366px) and (max-width: 1440px) {
    .dropdown-menu_left ul li{
        width: 70%;
    }
}
.dropdown-menu_left ul li:first-child {
    border-top: none;
    letter-spacing: 
}

.dropdown-menu_left li a h3 {
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

.hj_navbar_nav_dropdown-menu > li {
    padding: 7px 0;
    padding-right:16px;
}

.hj_navbar_nav_dropdown-menu > li > a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media (max-width: 768px) {
    .hj_navbar_nav_dropdown-menu > li > a {
        padding-left: 10px;
    }
}

.hj_navbar_nav_dropdown-menu > li > a > img {
    display: none
}

.hj_navbar_nav_dropdown-menu > li > a > h3 {
    font-size: 15px;
    line-height: 18px;
    color: #999;
    font-weight: normal;
}

.dropdown-menu_right {
    background: #fff;
    padding: 30px 10% 40px 40px;
    width: 70%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
}

.dropdown-menu_right_img {
    width: 30%;
    height: auto;
    overflow: hidden;
    float: left;
    flex-shrink: 0;
}
.dropdown-menu_right_img img{
    width: 100%;
}
.dropdown-menu_right_text {
    float: left;    
    padding-left: 20px;
    width:60%;
    position: relative;
}
.dropdown-menu_right_text div{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}
.dropdown-menu_right_text a{
    display: block;padding-top: 10px;   
}
.dropdown-menu_right_text a:hover{text-decoration: underline;}

.mobile-header-scrollbar-wrap > ul > li > ul {
    display: none;
}

.mobile-header-scrollbar-wrap > ul > li > ul.active {
    display: block;

}
@media (min-width: 1200px) and (max-width: 1560px) {
    .dropdown-menu_right_img{width: 40%}
    .head_menu_navbar{width: 100%}
    .head_mail{margin-left: 10px;display: none}
    .head_search{padding-left: 10px;}
}
@media (min-width: 768px) and (max-width: 1199px) {
    .head__bar__box {
        display: none
    }

    .head__bar__box--mobile {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hj_navbar_nav > li:before {
        display: none
    }
}

@media (max-width: 767px) {
    .head__bar__branding {
        min-height: 60px;
    }

    .head__left-widgets {
        text-align: left;
    }

    .head__bar__branding-logo img {
        max-width: 80%;
    }
}

@media (max-width: 576px) {
    .head__bar__branding-logo img {
        max-width: 80%;
    }
}

.head__bar{
	position: relative;
}
.liantuo_wrapper{
	position: absolute;
	width: 100%;
	min-height: 200px;
	padding: 20px 5vw;
	background-color: #ffffff;
	left: 0;
	top: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	transform: translate(-30px, 30px);
}
.liantuo_wrapper.on{
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
    z-index: 999999;
}
.liantuo_xiala{
	width: 100%;
	display: flex;
}
.liantuo_xiala .liantuo_yiji{
	flex: 0 0 18%;
	width: 18%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.liantuo_yiji span{
	font-size: 20px;
	border-bottom: 1px solid #666;
	padding-bottom: 15px;
	margin-bottom: 20px;
	display: block;
}
.liantuo_yiji span a{
	color: #333;
	transition: all .5s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.liantuo_erji a{
	color: #888;
	line-height: 2;
	transition: all .5s;
}
